projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f365b
)
flow box: Fix up docs
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Sep 2015 22:50:31 +0000
(18:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Sep 2015 22:50:44 +0000
(18:50 -0400)
gtk/gtkflowbox.h
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.h
b/gtk/gtkflowbox.h
index 2384ff5bea9228f318c45170cef3de9210abc5fc..f15a86a98fa8de831fde726ac0ec49d33f018f8b 100644
(file)
--- a/
gtk/gtkflowbox.h
+++ b/
gtk/gtkflowbox.h
@@
-102,6
+102,7
@@
struct _GtkFlowBoxChildClass
/**
* GtkFlowBoxCreateWidgetFunc:
* @item: the item from the model for which to create a widget for
+ * @user_data: user data from gtk_flow_box_bind_model()
*
* Called for flow boxes that are bound to a #GListModel with
* gtk_flow_box_bind_model() for each item that gets added to the model.